> [!column|flex no-title] >> [!menu-dark-red|ttl-c] [[Obsidian TTRPG Tutorials]] / [[Plugin Tutorials]] / [[Fantasy Statblocks]] > [!column|4 no-title] >> [!menu-green-1|ttl-c] [[Getting Started]] > >> [!menu-green-2|ttl-c] [[Plugin Tutorials]] > >> [!menu-green-3|ttl-c] [[Community Supported Games]] > >> [!menu-green-4|ttl-c] [[Obsidian TTRPG Tutorials/Templates/Templates\|Templates]] > [!column|3 no-title] >> [!patreon|ttl-c] [Patreon](https://www.patreon.com/JPlunkett) ([Starter Vault](https://www.patreon.com/posts/obsidian-patreon-96801399)) > >> [!discord|ttl-c] [Obsidian TTRPG Community Discord](https://discord.gg/CdM9UCJdwU) > >> [!discord|ttl-c] [Obsidian Official Discord](https://discord.gg/8AF29UBUCa) ## Fantasy Statblocks **Plugin Link:** [Fantasy Statblocks](obsidian://show-plugin?id=obsidian-5e-statblocks) [[Initiative Tracker]] and [[Obsidian TTRPG Tutorials/Tutorials/YouTube Series/Dice Roller/Dice Roller|Dice Roller]] can both be installed to improve the Fantasy Statblocks experience. ## Examples ![[Obsidian_rCTkGCuz4i.gif]] ## Tutorials > [!example]- Fantasy Statblocks > ![Fantasy Statblocks](https://youtu.be/3_W6zNooDgI) > [Fantasy Statblocks - OLD VIDEO](https://youtu.be/77vkDLU9xRc) > [!example]- Creating a Custom Statblock > ![Creating a Custom Statblock](https://youtu.be/d7JPRXm84f0) ## Templates > [!example]- Insert Monster From Plugin > \`\`\`statblock > monster: MonsterName > \`\`\` > [!example]- Create Custom Monster > > **WARNING:** Do not use TAB in statblocks. The indents for the spells for example must be manually indented with spaces. > > \`\`\`statblock > name: string > size: string > type: string > subtype: string > alignment: string > ac: number > hp: number > hit_dice: string > speed: string > stats: \[number, number, number, number, number, number\] > fage_stats: \[number, number, number, number, number, number, number, number, number\] > saves: > \- \<ability-score\>: number > skillsaves: > \- \<skill-name\>: number > damage_vulnerabilities: string > damage_resistances: string > damage_immunities: string > condition_immunities: string > senses: string > languages: string > cr: number > spells: > \- \<description\> > \- \<spell level\>: \<spell-list\> > traits: > \- \[\<trait-name\>, \<trait-description\>\] > \- ... > actions: > \- [\<trait-name\>, \<trait-description\>\] > \- ... >legendary_actions: > \- \[\<legendary_actions-name\>, \<legendary_actions-description\>\] > \- ... > reactions: > \- \[\<reaction-name\>, \<reaction-description\>\] > \- ... > \`\`\`